﻿/*样式初始化及公共样式部分*/
*{margin:0px; padding:0px; }
body{color:#333; font-size:13px; margin:0 auto; background-color:#fff; font-family:"Microsoft YaHei"; overflow-x:hidden;}
a{color:#333; text-decoration:none;}      /*定义全局链接颜色*/
a:hover{color:#d51c17; transition:0.3s all; }      /*定义全局链接鼠标滑过颜色*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin:0px; padding:0px; list-style:none; border:0px;}    /*主要标签的样式初始化*/
address, caption, cite, code, dfn, em, strong, th, var, optgroup {font-style: inherit;  font-weight: inherit;}

.cl{clear: both; height:0px; }  /*清除左右浮动*/
.fl{float:left;}     /*定义左浮动*/
.fr{float:right;}     /*定义右浮动*/
.cp img{border:1px solid #C1C1C1; padding:2px;  background:#fff;}      /*定义标签调用图片的边框样式*/
.cp a:hover img{ border:1px solid #d51c17; padding:2px; background:#fff;}      /*定义鼠标经过时边框的变化效果*/
#copy{ display:none;}      /*隐藏后台自带版权DIV*/
.page{ width:1100px; margin:0 auto; height:auto; }
.box{ width:1100px; margin:0 auto; height:auto; overflow:hidden; }    /*定义版面统一宽度*/
.top20{ margin-top:20px;}	 
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top65{ margin-top:65px;}

/*顶部*/
.head_bg{ height:36px; width:100%; background:#031d8c; font-size: 13px; line-height:36px;}
.head_l{ width:auto;  color:#fff;  }
.head_r{ width:auto;}
.head_r a{ color:#fff;}
.head_r a:hover{ text-decoration:underline;}
.head_r li{ width:80px; text-align:center; float:left; background:url(../images/20180113103953_1224267674.jpg) right center no-repeat; line-height:36px;}
.head_r li:nth-child(3){ background:none;}


/*抬头*/
.top_bg{ width:100%; background:url(../images/20180113101222_223595943.jpg) center; height:118px;}
.top_m{ margin-left:13px; margin-top:35px;}
.top_logo{ margin-top:26px;}
.top_w{ margin-top:30px; margin-left:12px; font-size:16px; line-height:26px; color:#fff; width:380px;}
.top_tel{ margin-top:44px; font-size:13px; color:#8f8f8f; text-align:right;}
.top_tel p{ color:#fff;}
.top_tel p span{ font-size:22px; font-weight:bold; font-family:"arial";}


/*导航*/
.box { width: 1100px;  height: auto;   margin: 0 auto;}
.nav_bg { width: 100%;height: 66px; margin: 0 auto; background:url(../images/20180113101222_430526553.jpg) repeat-x center;}
.nav li { position: relative; width:137px;    height: 66px;    line-height: 66px;    float: left;    text-align: center; background:url(../images/20180113105934_1823072728.jpg) right no-repeat; }
.nav li a { color: #333; font-size: 15px;  display: block;  }
.nav li ul a:hover { color:#fff; font-size:15px; background:#d51c17;}
.nav li ul li{ background:none; }
.nav li a:hover { color:#fff; font-size:16px;  background:#d51c17;}
.nav .a_nav a{color:#fff; font-size:16px;   background:#d51c17;}
.menu ul {    position: absolute;  top: 46px;  left: 0;  z-index: 9999;  opacity: 0;  background: #039534;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.menu li:hover > ul { opacity: 1; }
.menu ul li {   height: 0; width: 100%;  overflow: hidden; 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.menu li:hover > ul li { height: 42px;line-height: 42px;  overflow: visible;}
.menu ul li a { width: 110px;    border-bottom: 1px solid #018e30;    text-align:center;    font-size: 12px;}
.menu ul li:last-child a { border: none; }


/* 幻灯片 */
.banner-box{min-width:1100px;height:550px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:550px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-btn{ width: 100%; position: absolute; top: 225px; left: 0; margin-left: 0; height: 376px; overflow: hidden; }
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(../images/20180113110144_1282774957.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(../images/20180113110144_1282774957.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute;top:280px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#d51c17; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}


/*搜索*/
.search_bg{ width:100%; height:63px; line-height:63px; border-bottom:1px #d8d8d8 solid;}
.search_l{}
.search_l span{ font-weight:bold;}
.search_r{width:280px; padding-top:14px;}
.search-bg{width:231px;}
#infoname{color:#888888; border: none; outline:none; height: 32px; line-height:32px; padding-left:21px; width:200px;    display: block; border:1px solid #e3e3e3;}
.search-i{width:44px;}
.search-i input{ display:block}

/*产品展示*/
.prod_bg{ background:url(../images/20180113101403_1835314626.jpg); padding:27px 0;}
.prod_list{ width:281px;}
.prod_listt{ background:url(../images/20180113101223_1046394897.jpg) center no-repeat; height:113px; line-height:113px; text-align:center; font-size:30px; font-weight:bold; color:#fff;}

.prod_telt{ background:url(../images/20180113114644_351879693.jpg) center no-repeat; height:113px; line-height:113px; text-align:center; font-size:30px; font-weight:bold; color:#fff; margin-top:21px;}
.prod_listd{ background:#fff; padding-top:15px;padding-bottom: 15px;}
.prod_listd li a {
    display: block;
    background: url(../images/20180113101223_1123011306.jpg) center no-repeat;
    color: #fff;
    height: 50px;
    padding-left: 35px;
    line-height: 50px;
	    width: 246px;		
}
.prod_telw {
    background: #fff;
    padding: 20px;
    font-size: 15px;
    line-height: 28px;
}
.prod_telw span {
    font-size: 16px;
    font-weight: bold;
	line-height:34px;
}
.prod_listd li a:hover {
    background: url(../images/20180113101403_71263304.jpg) center no-repeat;
}


.prod_d{ width: 801px; margin:0 auto;}
.prod_c { width: 801px; height: 323px; background: #fff;}

.pr {position: relative}
.pa {position: absolute;}
.intr {width:801px;height:323px; margin:0 auto; overflow: hidden;}
.intr .pic { margin-top:21px; margin-left:17px; margin-right:20px; }
.intr .wz { width:390px; margin-top:15px; font-size:14px; line-height:26px; padding-right:18px;color: #999999;}
.intr .wz b { color:#333; font-size:20px; line-height:56px; display:block; border-bottom:1px #b4b4b4 dashed; margin-bottom:18px;}
.intr .wz li { display:block; width:111px; height:37px; float:left; text-align:center; line-height:37px; margin-right:12px; margin-top:25px;background: url(../images/20180113101403_1748399618.jpg) center no-repeat;}
.intr li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding-left: 32px;
}
.intr .wz li a:hover { text-decoration:underline;}
.intr .zx { background:#333 !important; border:none !important;border-radius: 3px; }
.intr .zx a { color:#fff !important; font-size:14px;    padding: 0px;}
.intr .zx a:hover { text-decoration:underline;}   
.intr_l {width: 60px; bottom: 15px; right: 2%; height: 20px;}
.prev1, .next1 {width: 24px;height: 23px;display: block;overflow: hidden;margin: 2px 5px 0 0;}
.prev1 {background: url(../images/20180113101403_1696837756.jpg) no-repeat 0 0;}
.next1 {background: url(../images/20180113101403_189164528.jpg) no-repeat 0 0;}
.prev1:hover, .next1:hover {background-position: 0 bottom;}

.prod_rd{ background:#fff; margin-top:11px; padding:15px;}
.prod_t{ background:url(../images/20180113101223_1709328016.jpg) bottom no-repeat; height:40px; font-size:20px; font-weight:bold;margin-bottom: 15px;  padding-left: 15px;}
.prod_t a{ font-size:13px;    line-height: 30px;}
.prod_t a:hover{ text-decoration:underline;}
.prod_cont_r2{ height:600px !important; overflow:hidden}
.prod_cont_r2 li > span > a{ display:block; padding:0 5px; height:35px; border-bottom:1px solid #ececec; background:url(../uploadfile/image/20180115/20180115192308_977400621.png) no-repeat 215px -129px; text-align:left; font-size:14px; line-height:35px; color:#565656; transition:all .3s ease-in-out}
.prod_cont_r2 li:hover > span > a{ background-color:#d51c17; background-position:215px -154px; color:#fff}

.prod_cont_r2 li { width: 242px; display: block; float: left; padding: 0 !important; margin:15px 7px}
.prod_cont_r2 li > a,.prod_cont_r2 li > a > img { display: block; width: 100%; height: auto; }
.prod_cont_r2 li > a {width: auto;padding: 3px;border: 1px solid #eee;overflow:hidden;position:relative;}

.prod_cont_r2 li > a::before { content: ''; width: 600px; height: 600px; position: absolute; top: -203px;border-radius: 50%; box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset; -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset; z-index: 0; left: -172.5px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.prod_cont_r2 li > a::after { content: ''; background: url(../uploadfile/image/20180115/20180115192308_2129845524.png) no-repeat center;background-size: auto auto; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: 0px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;  }
.prod_cont_r2 li:hover > a::before{ box-shadow: 0px 0px 0px 50rem rgba(0,0,0,0.5) inset; -webkit-box-shadow: 0px 0px 0px 50rem rgba(0,0,0,0.5) inset; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.prod_cont_r2 li:hover > a::after{background-size:50px;transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.prod_cont_r2 li br { display: none; }

.prod_cont_r2 li > span {margin-top:5px; width: 100%; display: block; line-height: 35px !important; height: 35px; }


/*广告条*/
.banner02_bg{ background:url(../images/xb1.jpg) center no-repeat; height:195px; min-width:1100px; width:100%;}
.banner02_w{ width:324px; margin-left:318px; font-size:32px; text-align:center; color:#fff; line-height:36px; font-weight:bold;margin-top: 30px;}
.banner02_w p{ font-size:14px; font-weight:normal; line-height:22px; color:#cccccc;margin-top: 12px;}
.banner02_tel{ font-size:28px; color:#fff; line-height:32px; margin:113px 0 0 78px;}


/*优势*/
.adv_tbg{ background:#f5f5f5 url(../images/20180115091333_186816534.png) bottom no-repeat; width:100%; min-width:1100px; height:145px;}
.adv_tbg p {
    font-size: 36px;
    font-weight: bold;
    margin-left: 158px;
    line-height: 50px;
    padding-top: 45px;
}
.adv_tbg span {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-left: 126px;
    text-align: center;
}


.adv_bg{ background:#f5f5f5; padding:52px 0;}
.adv{ position:relative; height:691px;}
.adv_1{ position:absolute; top:58px; left:0; width:383px; background:url(../images/20180115093908_1630537843.png) left 35px no-repeat;    font-size: 28px; font-weight: bold;  line-height: 34px;  z-index: 9999;}
.adv_w p {
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 15px;
color:#5f5f5f;
}
.adv_2 p {
    padding-left: 45px;
}
.adv_2{ position:absolute; top:132px; right:0; width:256px;background:url(../images/20180115093908_1780373005.png) left 35px no-repeat;    font-size: 28px; font-weight: bold;  line-height: 34px;  z-index: 9999;    padding-left: 72px;}
.adv_3{ position:absolute; top:500px; left:0; width:334px;background:url(../images/20180115093909_1429047757.png) left 35px no-repeat;    font-size: 28px; font-weight: bold;  line-height: 34px;  z-index: 9999;}
.adv_4{ position:absolute; top:500px; right:0; width:232px;background:url(../images/20180115093909_864999351.png) left 35px no-repeat;    font-size: 28px; font-weight: bold;  line-height: 34px;  z-index: 9999;    padding-left: 125px;}
.adv_5{ background:url(../images/ysbj.png) center no-repeat; position:absolute; top:0; left:194px; width:691px; height:691px; z-index:1;}



/*合作客户*/
.partner_bg{ background:url(../images/20180115103543_309547166.jpg) center no-repeat; height:320px; width:100%; min-width:1100px;}
.partner_t {
    text-align: center;
    font-size: 24px;
    color: #fff;
    height: 39px;
    line-height: 39px;
    margin-top: 62px;
}
.partner_t span a {
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 15px;
	color:#fff;
}
.partner_t span a:hover{ text-decoration:underline; color:#fff;}

.partner_row2{ padding: 44px 0 0; }
.partner_row2 ul{ display: block; width: 100%; }
.partner_row2 li{ display: block; position: relative; width: 19%; margin-right: 1.25%; float: left; padding:0 !important; overflow: hidden; }
.partner_row2 li:nth-last-child(1){ margin-right: 0; }
.partner_row2 li > a,.partner_row2 li > a > img{ display: block; width: 100%; }
.partner_row2 li > a{ position: relative; bottom: 0; left: 0; transition:0.3s all ease-in-out; }
.partner_row2 li > div{ position: absolute; bottom: -30px; background:#d51c17; line-height: 30px; height: 30px; padding: 0 !important; transition:0.3s all ease-in-out; width: 100%; left: 0; }
.partner_row2 li > div > a{ color: #fff; font-size: 14px; line-height: 30px; height: 30px; text-align: center; }
.partner_row2 li br{ display: none; }
.partner_row2 li:hover > div{ bottom: 0; }
.partner_row2 li:hover > a{ bottom: 30px; }

/*工程案例*/

.case{ padding: 30px 0 26px; }
.case h2{display:block;font-size:28px;text-align:center;}
.case h2 a{color:#333;font-size:28px;}
.case h2 a:hover{text-decoration:none;}
.case h2 b{display:block;font-size:60px;color:#999;font-family:"Times New Roman";text-transform: uppercase;font-weight:normal;}



.case_row2{ position: relative; margin-top: 25px; }
.case_row2 ul{ width:750px;position: relative; margin: 0 auto; height:450px; }
.case_row2 ul li { width:550px; height:413px; overflow:hidden; margin:0 auto; }
.case_row2 ul li a{ display:block; }
.case_row2 ul li a img{ width:100%}
.case_row2 ul li span{ background:rgba(0,0,0,0.65); display:block; text-align:center; width:100%; height:54px; line-height:54px; position:absolute;bottom:0;left:0;}
.case_row2 ul li span a{ font-size:14px; color:#fff; text-decoration:none; transition:0.3s all ease-in-out}
.case_row2 ul li span a:hover{ font-size:16px; }
.roundabout-in-focus { box-shadow: 0 0 1px 0 #ccc; }

.C_btnNext,.C_btnPrev{ width: 40px; height: 40px; padding: 5px; border: 1px solid #fff; background: url(../images/20180115192407_106620974.jpg) no-repeat; position: absolute; top: 210px; cursor: pointer; }
.C_btnNext { left: 0; background-position: -5px -6px; }
.C_btnPrev { right: 0; background-position: -64px -6px; }

/*合作流程*/
.process_bg{ background:url(../images/20180115112229_1420496229.jpg) center no-repeat; height:171px; width:100%; min-width:1100px;}
.process li{ display:block; float:left; margin-right:30px; width:116px; text-align:center; font-size:15px; margin-top:60px; line-height:27px;}
.process li p{ font-size:20px; font-weight:bold;}
.process_l{ width:224px !important; font-size:24px !important; font-weight:bold;}
.process_r{ margin-right:0px !important;}


/* company */
.title_page { font-size: 30px !important; font-weight: bolder; color: #343434; text-align: center; line-height: 35px; padding: 10px 25px 15px; border: 1px solid #ccc; margin: 0 auto; width: 130px; background: #fff; position: relative;z-index: 2;display:block;}
.title_page .en { font-size: 13px; font-weight: 100; color: #aaa; display: block; line-height: 20px;}
.company{ background: url(../images/20180115163202_461411997.jpg) no-repeat center bottom; }

.company_row1{ margin: 40px 0}
.company_row1::after { content: ''; display: block; background: #ccc; height: 1px; width: 500px; margin: 0 auto; position: relative; top: -41px; }
.companypc{ background: url(../images/20180115163202_380508257.png) no-repeat 0; width: 541px; height: 449px; position: relative; margin-bottom: -45px;}
.company_row2 > .fr{ width: 494px; padding: 20px 30px; }
.company_row2 > .fr .content{ padding:0 0 10px 0; }
.company .content p{ font-size: 14px; color: #666; line-height: 28px; padding: 3px 0;}
.company_row2 > .fr h3 { color: #454545; font-size: 24px; line-height: 35px; height: 35px; padding: 0 0 15px 0; }
.combutton{ text-align: left; margin: 15px 0 0}
.combutton a{ font-size: 15px; padding: 0 32px; height: 30px; line-height: 30px; border: 1px solid #666; border-radius: 30px; display: inline-block; color: #666; margin:0 10px 0 0; }
.combutton a:hover,.lxbutton a:hover{text-decoration: underline;}
.combutton .combutton1{ background: #333; background: -moz-linear-gradient(top, #2c2c2c 0%, #232323 100%); background: -webkit-linear-gradient(top, #2c2c2c 0%,#232323 100%); background: linear-gradient(to bottom, #2c2c2c 0%,#232323 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#232323',GradientType=0 ); color: #fff; padding:1px 34px; border: 0 none; }

#owl-demo {position: absolute;width: 500px;height: 282px;margin: 20px auto 0 auto;left: 18px; top: 2px;overflow: hidden;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:100%;height:auto;margin-top:-10%;}
.owl-pagination{position:absolute;left:0;bottom:10px;width:92%;height:22px;text-align:right;padding:0px 1% 0 7%;z-index:3;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background:#fff;*display:inline;*zoom:1;transition:0.3s all ease-in-out;border-radius: 10px;}
.owl-pagination .active{width:25px;background:#d51c17;}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item{ float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div{ cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden; -ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }


/* honor */
.honor{ padding: 10px 0 25px; background: #efefef; }
.honor_row1{ margin: 55px 0 40px; }
.honor_row1::after { content: ''; display: block; background: #ccc; height: 1px; width: 500px; margin: 0 auto; position: relative; top: -41px; }
.honor_row1 .title_page { background: #efefef; }
.honor_row2 li { background: url(../images/20180115163202_1626951340.png) no-repeat center bottom; display: block; float: left; width: 18%; text-align: center; padding: 0 0 35px !important; margin: 1%; }



/*news*/
.news{width:100%; overflow:hidden; padding:30px 0;}
.news_m{width:1100px; margin:0 auto; overflow:hidden; text-align:center; font-size:30px; font-weight:bold; line-height:36px;}
.news_xt{width:85px; height:2px; background:#d51c17; margin:10px auto; margin-bottom:8px;}
.news_s{width:1100px; margin:0 auto; overflow:hidden; text-align:center; font-size:16px; color:#666; line-height:20px; padding-bottom:10px;}

.lanrenzhijia{ width:1100px; margin:0 auto; overflow:hidden; padding-top:18px;}
.lanrenzhijia .tab{ overflow:hidden; width:546px; margin:0 auto;}
.lanrenzhijia .tab a{display:block; float:left; text-decoration:none; height:40px; line-height:40px; width:160px; text-align:center; font-size:18px; margin:0px 10px;transition: all 0.8s linear; border-radius:5px; border:solid 1px #ddd;}
.lanrenzhijia .tab a.on{text-decoration:none; transition: all 0.8s linear; color:#fff; background:#d51c17; border:solid 1px #d51c17;}
.lanrenzhijia .content{overflow:hidden; width:1100px; margin:0 auto; height:398px; position:relative; margin-top:40px;}
.lanrenzhijia .content .ul{ position:absolute; left:0; top:0; width:1100px;}
.lanrenzhijia .content .li{ width:1100px; float:left;}

.news_div_item ,.divdgweb_new_div_item {width:260px; float:left; overflow:hidden; border:solid 1px #ddd; border-bottom:solid 4px #ddd; margin:0px 6px 0px 7px; position:relative; background:#fff; transition: all 0.7s;}
.news_div_item_pic{width:240px; height:158px; margin-left:10px; margin-top:10px; overflow:hidden; border-bottom:solid 1px #ddd; position:absolute; top:0; text-align:center;}
.news_div_item_pic img{width:240px; height:158px;}
.news_div_item:hover .news_div_item_pic,.divdgweb_new_div_item:hover .news_div_item_pic{-webkit-animation: test 0.3s ease-in 2;}
.news_div_item_date, .divdgweb_new_div_item_date{width:100px; padding-left:20px; overflow:hidden; margin:0 auto; margin-top:191px; color:#fff; line-height:36px; font-size:14px; background:#d51c17; transition: all 0.7s;}
.news_div_item_day, .divdgweb_new_div_item_day{float:left;}
.news_div_item_year, .divdgweb_new_div_item_year{float:left;}
.news_div_item_month, .divdgweb_new_div_item_month{float:left;}
.news_div_item_content, .divdgweb_new_div_item_content{width:224px; overflow:hidden; padding:12px 16px 0px 16px; height: 146px;}
.news_div_item_title, .divdgweb_new_div_item_title{overflow:hidden; white-space: nowrap; text-overflow: ellipsis; width:228px; line-height:40px; border-bottom:dashed 1px #ccc; transition: all 0.7s; text-align:center;}
.news_div_item_title a, .divdgweb_new_div_item_title a{font-size:16px; font-weight:bold;}
.news_div_item_body, .divdgweb_new_div_item_body{padding-top:14px; line-height:20px; font-size:13px; color:#666;}

.news_div_item:hover .news_div_item_date, .divdgweb_new_div_item:hover .divdgweb_new_div_item_date{transition: all 0.7s; background:#d51c17;}
.news_div_item:hover, .divdgweb_new_div_item:hover{transition: all 0.7s; border-bottom: solid 4px #d51c17;}
.news_div_item:hover .news_div_item_title a, .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{transition: all 0.7s; color:#d51c17;}


/*友情链接*/
.link_bg{ width:100%; height:49px; line-height:49px; background:#f1f1f1; min-width:1200px;}
.link_l{ width:108px; background:url(../images/20180115180330_1004584910.jpg) right no-repeat; font-size:14px; margin-right:15px;}


/*版权*/
.copy_bg{ background:#031d8c; width:100%; min-width:1200px; padding:52px 0px;}
.copy p{ font-size:16px; color:#fff; line-height:32px;margin-bottom: 12px;}
.footer_1{ width:245px;margin-right: 22px;}
.footer_1 li{ width:107px; height:31px; line-height:33px; float:left;}
.footer_1 li a{ color:#fff; font-size:14px;}
.footer_1 li a:hover{ text-decoration:underline;}
.footer_2 li{  line-height:40px;  color:#fff; font-size:14px;}
.footer_2{ margin-right:50px;}
.footer_3 img {
    margin-top: 13px;
}

.copy_foot{ width:100%; min-width:1200px; height:70px; line-height:70px; background:#2b2b2b; text-align:center; color:#7e7e7e; font-size:14px;}
.copy_foot a{ font-size:14px; color:#7e7e7e;}
.copy_foot a:hover{ text-decoration:underline;}


/*浮动QQ*/
.back-top-container {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer; 
  z-index: 99999;}


.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 250px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct a {
    color: #fff;
    text-decoration: none;  font-size:16px;}
    .yb_conct a:hover {
      color: #ff0; 
font-size:16px;}

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
  background: #d51c17 url(../images/zxzx.jpg) no-repeat;}

.yb_bar .yb_top {
  background-position: 0 0; }

.yb_bar .yb_phone {
    background-position: 0 -57px;  }

.yb_bar .yb_QQ {
  text-indent: 0;
  background-position: 0 -113px; }

.yb_QQ img{display: none;}

.yb_bar .yb_ercode {
  /*height:200px;*/
  background-position: 0 -169px; }

.hd_qr {
  padding: 0 29px 25px 29px; }


.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }